ComponentOne Data Source for Entity Framework
C1.Data.Design Namespace / DerivedTypeTypeConverter<T> Class / ConvertTo Method / ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type) Method

In This Topic
    ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function ConvertTo( _
       ByVal context As System.ComponentModel.ITypeDescriptorContext, _
       ByVal culture As System.Globalization.CultureInfo, _
       ByVal value As System.Object, _
       ByVal destinationType As System.Type _
    ) As System.Object
    public override System.object ConvertTo( 
       System.ComponentModel.ITypeDescriptorContext context,
       System.Globalization.CultureInfo culture,
       System.object value,
       System.Type destinationType
    )

    Parameters

    context
    culture
    value
    destinationType
    See Also